home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / superplay-lib_dev / programmers / example_tools / samplelistplay / smakefile < prev   
Encoding:
Makefile  |  1996-05-27  |  329 b   |  17 lines

  1. SLP : SLP.o SLP_Subs.o AsmSupport.o
  2.  
  3.                SLINK LIB:c.o,SLP.o,SLP_Subs.o,AsmSupport.o TO SLP LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.                Delete SLP.info
  5.  
  6. SLP.o : SLP.c
  7.  
  8.                SC SLP.c
  9.  
  10. SLP_Subs.o : SLP_Subs.c
  11.  
  12.                SC SLP_Subs.c
  13.  
  14. AsmSupport.o : AsmSupport.a
  15.  
  16.                Asm AsmSupport.a
  17.